items of a list not in another list python

73

items of a list not in another list python -

main_list = list(set(list_2) - set(list_1))

Comments

Submit
0 Comments